getSequence

abstract fun getSequence(): Int

Gets the sequence number of this condition.

Conditions are intended to be evaluated in a specific order, typically from the lowest sequence number to the highest. This allows for defining a chain or priority of conditions.

Return

The sequence number, typically a non-negative integer.